Release 10.1A: OpenEdge Application Server:
Developing AppServer Applications
Connecting an application service or AppServer instance
The connection mechanism to access an application service depends largely on the session model and the operating mode that supports it. So, a connection to:
- A session-managed application service always resolves to a single connection between one AppServer and the client. This is the mechanism of a single physical connection.
- A session-free application service resolves to a pool of one or more Appserver connections (connection pool) that support client access to the application service. This is the mechanism of a single logical connection (or binding).
For more information on these two different types of connections and how the operating mode affects them, see Chapter 1, " AppServer and Client Interaction."
For both session models, you use the
CONNECT( )method on a server object handle to create the appropriate connection.
![]()
To connect a Progress 4GL client to an AppServer or application service:
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |